This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
HTMLViewer | |
HTMLAvailable as boolean | |
HTMLUtilCreateFullURL(root as string,link as string) as string | |
HTMLUtilFileFromURL(root as string,link as string) as folderitem | |
HTMLUtilURLFromFile(file as folderitem) as string | |
HTMLVersion as integer | |
class HTMLViewer | |
property BaseURL as string | |
property BestHeight as integer | |
property BestWidth as integer | |
property CallURLtoFile as boolean | |
property CallWasURLVisited as boolean | |
property CallWasURLVisited as boolean | |
event Close | |
property Drawborder as boolean | |
method DrawInto(g as picture[, x as integer, y as integer, width as integer, height as integer]) | |
event GotFocus | |
method GoToAnchor(anchor as string) | |
method GoToFile(file as folderitem,addtohistory as boolean) | |
method GoToString(htmldata as string,addtohistory as boolean) | |
method GoToURL(url as string,addtohistory as boolean) | |
property GrowboxCutOut as boolean | |
property HTMLFile as folderitem | |
property HTMLURL as string | |
event LostFocus | |
Event NewURL(url as string,targetframe as string,addhistory as boolean) | |
event Open | |
method Picture(width as integer,height as integer) as picture | |
property RootURL as string | |
property ScollbarH as integer | |
property ScollbarV as integer | |
method ScrollTo(x as integer,y as integer) | |
property Title as string | |
Event URLtoFile(request as PageRequest) | |
Event WasURLVisited(URL as string) as boolean | |
class History | |
method AddToHistory(url as string,title as string) | |
method CanGoBack as boolean | |
method CanGoForward as boolean | |
method CanGoHome as boolean | |
method GoBack as string | |
method GoForward as string | |
method GoHome as string | |
method InHistory(url as string) as boolean | |
class PageRequest | |
property DisplayFile as boolean | |
property File as Folderitem | |
property LinkURL as string | |
property RootURL as string | |
property URLSourceType as integer |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.